home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / game / shoot / ADescentSrc.lha / descent / includes / c2p_040.h < prev    next >
C/C++ Source or Header  |  1998-04-05  |  500b  |  12 lines

  1. extern void c2p_8_040 (UBYTE *chunky_data    __asm("a0"),
  2.                        PLANEPTR raster       __asm("a1"),
  3.                        UBYTE *compare_buffer __asm("a2"),
  4.                        ULONG plsiz           __asm("d1"));
  5.  
  6. extern void       c2p_6_040 ( UBYTE *chunky_data         __asm("a0"),
  7.                        PLANEPTR raster            __asm("a1"),
  8.                        UBYTE *compare_buffer      __asm("a2"),
  9.                        UBYTE *xlate               __asm("a4"),
  10.                        ULONG plsiz                __asm("d1"),
  11.                        BOOL video_palette_changed __asm("d2"));
  12.